/*Add custom styles to the skin here */
.table-mtech {
	width: 100%;
}

.table-mtech th, .table-mtech td {
	border: solid 1px #ccc !important;	
	border-collapse: collapse;
}

.table-mtech th {
	font-weight: bold !important;
	background-color: #efefef;
	background: linear-gradient(#efefef, #fbfbfb);
}

.table-mtech td {
	font-weight: normal;
}
.medium-image-wrap > button.button-transparent {
	max-width: 100%;
}
.checkout-page .block-success .form-label-suffix-required {
	display: none;
}